type net/http.http2Transport

37 uses

	net/http (current package)
		client.go#L327: 	case *http2Transport, http2noDialH2RoundTripper:
		h2_bundle.go#L769: 	t *http2Transport
		h2_bundle.go#L887: func (p *http2clientConnPool) addConnIfNeeded(key string, t *http2Transport, c net.Conn) (used bool, err error) {
		h2_bundle.go#L923: func (c *http2addConnCall) run(t *http2Transport, key string, nc net.Conn) {
		h2_bundle.go#L1091: func http2configFromTransport(h2 *http2Transport) http2http2Config {
		h2_bundle.go#L7345: type http2Transport struct {
		h2_bundle.go#L7478: func (t *http2Transport) markNewGoroutine() {
		h2_bundle.go#L7484: func (t *http2Transport) now() time.Time {
		h2_bundle.go#L7491: func (t *http2Transport) timeSince(when time.Time) time.Duration {
		h2_bundle.go#L7499: func (t *http2Transport) newTimer(d time.Duration) http2timer {
		h2_bundle.go#L7507: func (t *http2Transport) afterFunc(d time.Duration, f func()) http2timer {
		h2_bundle.go#L7514: func (t *http2Transport) contextWithTimeout(ctx context.Context, d time.Duration) (context.Context, context.CancelFunc) {
		h2_bundle.go#L7521: func (t *http2Transport) maxHeaderListSize() uint32 {
		h2_bundle.go#L7538: func (t *http2Transport) disableCompression() bool {
		h2_bundle.go#L7554: func http2ConfigureTransports(t1 *Transport) (*http2Transport, error) {
		h2_bundle.go#L7558: func http2configureTransports(t1 *Transport) (*http2Transport, error) {
		h2_bundle.go#L7560: 	t2 := &http2Transport{
		h2_bundle.go#L7614: type http2unencryptedTransport http2Transport
		h2_bundle.go#L7617: 	return (*http2Transport)(t).RoundTripOpt(req, http2RoundTripOpt{allowHTTP: true})
		h2_bundle.go#L7620: func (t *http2Transport) connPool() http2ClientConnPool {
		h2_bundle.go#L7625: func (t *http2Transport) initConnPool() {
		h2_bundle.go#L7636: 	t             *http2Transport
		h2_bundle.go#L7871: func (t *http2Transport) RoundTrip(req *Request) (*Response, error) {
		h2_bundle.go#L7900: func (t *http2Transport) RoundTripOpt(req *Request, opt http2RoundTripOpt) (*Response, error) {
		h2_bundle.go#L7971: func (t *http2Transport) CloseIdleConnections() {
		h2_bundle.go#L8034: func (t *http2Transport) dialClientConn(ctx context.Context, addr string, singleUse bool) (*http2ClientConn, error) {
		h2_bundle.go#L8049: func (t *http2Transport) newTLSConfig(host string) *tls.Config {
		h2_bundle.go#L8063: func (t *http2Transport) dialTLS(ctx context.Context, network, addr string, tlsCfg *tls.Config) (net.Conn, error) {
		h2_bundle.go#L8086: func (t *http2Transport) disableKeepAlives() bool {
		h2_bundle.go#L8090: func (t *http2Transport) expectContinueTimeout() time.Duration {
		h2_bundle.go#L8097: func (t *http2Transport) NewClientConn(c net.Conn) (*http2ClientConn, error) {
		h2_bundle.go#L8101: func (t *http2Transport) newClientConn(c net.Conn, singleUse bool) (*http2ClientConn, error) {
		h2_bundle.go#L10376: func (t *http2Transport) vlogf(format string, args ...interface{}) {
		h2_bundle.go#L10382: func (t *http2Transport) logf(format string, args ...interface{}) {
		h2_bundle.go#L10472: type http2noDialH2RoundTripper struct{ *http2Transport }
		h2_bundle.go#L10482: func (t *http2Transport) idleConnTimeout() time.Duration {
		h2_bundle.go#L10561: func (t *http2Transport) dialTLSWithContext(ctx context.Context, network, addr string, cfg *tls.Config) (*tls.Conn, error) {